home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-1 / Inter.Net 55-1.iso / CBuilder / Setup / BCB / data.z / notebreg.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1998-02-09  |  2.5 KB  |  80 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1998 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'NoteBReg.pas' rev: 3.00
  6.  
  7. #ifndef NoteBRegHPP
  8. #define NoteBRegHPP
  9. #include <DsgnIntf.hpp>
  10. #include <Classes.hpp>
  11. #include <SysInit.hpp>
  12. #include <System.hpp>
  13.  
  14. //-- user supplied -----------------------------------------------------------
  15.  
  16. namespace Notebreg
  17. {
  18. //-- type declarations -------------------------------------------------------
  19. class DELPHICLASS TPageNameProperty;
  20. class PASCALIMPLEMENTATION TPageNameProperty : public Dsgnintf::TPropertyEditor 
  21. {
  22.     typedef Dsgnintf::TPropertyEditor inherited;
  23.     
  24. public:
  25.     virtual Dsgnintf::TPropertyAttributes __fastcall GetAttributes(void);
  26.     virtual void __fastcall GetValues(Classes::TGetStrProc Proc);
  27.     virtual System::AnsiString __fastcall GetValue(void);
  28.     virtual void __fastcall SetValue(const System::AnsiString AValue);
  29. public:
  30.     /* TPropertyEditor.Destroy */ __fastcall virtual ~TPageNameProperty(void) { }
  31.     
  32. public:
  33.     /* TObject.Create */ __fastcall TPageNameProperty(void) : Dsgnintf::TPropertyEditor() { }
  34.     
  35. };
  36.  
  37. class DELPHICLASS TPageListProperty;
  38. class PASCALIMPLEMENTATION TPageListProperty : public Dsgnintf::TPropertyEditor 
  39. {
  40.     typedef Dsgnintf::TPropertyEditor inherited;
  41.     
  42. public:
  43.     virtual Dsgnintf::TPropertyAttributes __fastcall GetAttributes(void);
  44.     virtual System::AnsiString __fastcall GetValue(void);
  45.     virtual void __fastcall Edit(void);
  46. public:
  47.     /* TPropertyEditor.Destroy */ __fastcall virtual ~TPageListProperty(void) { }
  48.     
  49. public:
  50.     /* TObject.Create */ __fastcall TPageListProperty(void) : Dsgnintf::TPropertyEditor() { }
  51.     
  52. };
  53.  
  54. class DELPHICLASS TNotebookEditor;
  55. class PASCALIMPLEMENTATION TNotebookEditor : public Dsgnintf::TDefaultEditor 
  56. {
  57.     typedef Dsgnintf::TDefaultEditor inherited;
  58.     
  59. public:
  60.     virtual void __fastcall ExecuteVerb(int Index);
  61.     virtual System::AnsiString __fastcall GetVerb(int Index);
  62.     virtual int __fastcall GetVerbCount(void);
  63. public:
  64.     /* TComponentEditor.Create */ __fastcall virtual TNotebookEditor(Classes::TComponent* AComponent, Dsgnintf::TFormDesigner* 
  65.         ADesigner) : Dsgnintf::TDefaultEditor(AComponent, ADesigner) { }
  66.     
  67. public:
  68.     /* TObject.Destroy */ __fastcall virtual ~TNotebookEditor(void) { }
  69.     
  70. };
  71.  
  72. //-- var, const, procedure ---------------------------------------------------
  73.  
  74. }    /* namespace Notebreg */
  75. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  76. using namespace Notebreg;
  77. #endif
  78. //-- end unit ----------------------------------------------------------------
  79. #endif    // NoteBReg
  80.